[INFO] cloning repository https://github.com/Harshit-Dhanwalkar/Todo-GUI
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Harshit-Dhanwalkar/Todo-GUI" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarshit-Dhanwalkar%2FTodo-GUI", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarshit-Dhanwalkar%2FTodo-GUI'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 90d66339c498b12266dd86af09749d7473b363ea
[INFO] checking Harshit-Dhanwalkar/Todo-GUI against master#ff647322379c48947c196639599067665ff9eb88 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHarshit-Dhanwalkar%2FTodo-GUI" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Harshit-Dhanwalkar/Todo-GUI
[INFO] finished tweaking git repo https://github.com/Harshit-Dhanwalkar/Todo-GUI
[INFO] tweaked toml for git repo https://github.com/Harshit-Dhanwalkar/Todo-GUI written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Harshit-Dhanwalkar/Todo-GUI on toolchain ff647322379c48947c196639599067665ff9eb88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Harshit-Dhanwalkar/Todo-GUI already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pango v0.20.10
[INFO] [stderr]   Downloaded system-deps v7.0.5
[INFO] [stderr]   Downloaded cfg-expr v0.20.0
[INFO] [stderr]   Downloaded cairo-rs v0.20.10
[INFO] [stderr]   Downloaded glib-macros v0.20.10
[INFO] [stderr]   Downloaded gio v0.20.11
[INFO] [stderr]   Downloaded glib v0.20.10
[INFO] [stderr]   Downloaded gtk4 v0.9.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 05e602d57a0277123cfe2aced4e1b180686cdca6d4a436897ad72ab916d5f42c
[INFO] running `Command { std: "docker" "start" "05e602d57a0277123cfe2aced4e1b180686cdca6d4a436897ad72ab916d5f42c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "05e602d57a0277123cfe2aced4e1b180686cdca6d4a436897ad72ab916d5f42c" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "05e602d57a0277123cfe2aced4e1b180686cdca6d4a436897ad72ab916d5f42c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "05e602d57a0277123cfe2aced4e1b180686cdca6d4a436897ad72ab916d5f42c" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling gio v0.20.11
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling cfg-expr v0.20.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling system-deps v7.0.5
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling glib-macros v0.20.10
[INFO] [stderr]    Compiling gtk4-macros v0.9.5
[INFO] [stderr]    Compiling glib-sys v0.20.10
[INFO] [stderr]    Compiling gobject-sys v0.20.10
[INFO] [stderr]    Compiling gio-sys v0.20.10
[INFO] [stderr]    Compiling pango-sys v0.20.10
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.20.10
[INFO] [stderr]    Compiling cairo-sys-rs v0.20.10
[INFO] [stderr]    Compiling gdk4-sys v0.9.6
[INFO] [stderr]    Compiling graphene-sys v0.20.10
[INFO] [stderr]    Compiling gsk4-sys v0.9.6
[INFO] [stderr]    Compiling gtk4-sys v0.9.6
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking glib v0.20.10
[INFO] [stderr]     Checking cairo-rs v0.20.10
[INFO] [stderr]     Checking graphene-rs v0.20.10
[INFO] [stderr]     Checking pango v0.20.10
[INFO] [stderr]     Checking gdk-pixbuf v0.20.10
[INFO] [stderr]     Checking gdk4 v0.9.6
[INFO] [stderr]     Checking gsk4 v0.9.6
[INFO] [stderr]     Checking gtk4 v0.9.6
[INFO] [stderr]     Checking guirs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `glib::clone`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use glib::clone;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:406:9
[INFO] [stdout]     |
[INFO] [stdout] 406 | / ...   glib::clone!(@strong todo_list_box_rc, @strong doing_list_box_rc, @strong done_list_box_rc, @strong window_rc, @strong cate...
[INFO] [stdout] 407 | | ...       // Clear all list boxes
[INFO] [stdout] 408 | | ...       while let Some(child) = todo_list_box_rc.first_child() {
[INFO] [stdout] 409 | | ...           todo_list_box_rc.remove(&child);
[INFO] [stdout] ...   |
[INFO] [stdout] 488 | | ...   }),
[INFO] [stdout]     | |________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 505 | /         glib::clone!(@weak entry, @strong app_state, @strong refresh_ui => move |_| {
[INFO] [stdout] 506 | |             let description = entry.text().to_string();
[INFO] [stdout] 507 | |             if !description.is_empty() {
[INFO] [stdout] 508 | |                 app_state.borrow_mut().add_task(description);
[INFO] [stdout] ...   |
[INFO] [stdout] 512 | |         }),
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:517:9
[INFO] [stdout]     |
[INFO] [stdout] 517 | /         glib::clone!(@weak category_filter_combo, @weak due_date_filter_entry, @strong app_state, @strong refresh_ui => move |_| {
[INFO] [stdout] 518 | |             let selected_category = category_filter_combo.active_text().map(|t| t.to_string());
[INFO] [stdout] 519 | |             let date_text = due_date_filter_entry.text().to_string();
[INFO] [stdout] ...   |
[INFO] [stdout] 553 | |             refresh_ui(Rc::clone(&app_state));
[INFO] [stdout] 554 | |         }),
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:559:9
[INFO] [stdout]     |
[INFO] [stdout] 559 | /         glib::clone!(@weak category_filter_combo, @weak due_date_filter_entry, @strong app_state, @strong refresh_ui => move |_| {
[INFO] [stdout] 560 | |             // Clear entry fields
[INFO] [stdout] 561 | |             due_date_filter_entry.set_text("");
[INFO] [stdout] ...   |
[INFO] [stdout] 573 | |             refresh_ui(Rc::clone(&app_state));
[INFO] [stdout] 574 | |         }),
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:677:30
[INFO] [stdout]     |
[INFO] [stdout] 677 |       let refresh_ui_for_row = glib::clone!(@strong todo_list_box_rc,
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout] 678 | |                                     @strong doing_list_box_rc,
[INFO] [stdout] 679 | |                                     @strong done_list_box_rc,
[INFO] [stdout] 680 | |                                     @strong main_window_rc => move |app_state_refresher: Rc<RefCell<AppState>>| {
[INFO] [stdout] ...   |
[INFO] [stdout] 708 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:717:9
[INFO] [stdout]     |
[INFO] [stdout] 717 | /         glib::clone!(@weak task_entry_clone => move |_, n_press, _, _| {
[INFO] [stdout] 718 | |             if n_press == 2 { // Check for double click
[INFO] [stdout] 719 | |                 task_entry_clone.set_editable(true);
[INFO] [stdout] 720 | |                 task_entry_clone.set_has_frame(true);
[INFO] [stdout] ...   |
[INFO] [stdout] 723 | |         }),
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:727:33
[INFO] [stdout]     |
[INFO] [stdout] 727 |       task_entry.connect_activate(glib::clone!(@strong app_state, @strong refresh_ui_for_row, @weak task_entry, @strong task as edi...
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 728 | |         let new_full_description = task_entry.text().to_string();
[INFO] [stdout] 729 | |         if !new_full_description.is_empty() {
[INFO] [stdout] 730 | |             let (parsed_description, parsed_category, parsed_due_time, parsed_priority) = parse_task_description(&new_full_descri...
[INFO] [stdout] ...   |
[INFO] [stdout] 746 | |         task_entry.set_has_frame(false);
[INFO] [stdout] 747 | |     }));
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:750:56
[INFO] [stdout]     |
[INFO] [stdout] 750 |       task_entry.connect_notify_local(Some("has-focus"), glib::clone!(@strong app_state, @strong refresh_ui_for_row, @weak task_ent...
[INFO] [stdout]     |  ________________________________________________________^
[INFO] [stdout] 751 | |         if !entry_widget.has_focus() && entry_widget.is_editable() { // Check if focus is lost and it was in edit mode
[INFO] [stdout] 752 | |             let new_full_description = entry_widget.text().to_string();
[INFO] [stdout] 753 | |             if !new_full_description.is_empty() {
[INFO] [stdout] ...   |
[INFO] [stdout] 772 | |     }));
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:775:33
[INFO] [stdout]     |
[INFO] [stdout] 775 |       move_button.connect_clicked(glib::clone!(@strong app_state, @strong refresh_ui_for_row, @strong task as move_task => move |_| {
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 776 | |         let new_status = match move_task.status {
[INFO] [stdout] 777 | |             TaskStatus::Todo => TaskStatus::Doing,
[INFO] [stdout] 778 | |             TaskStatus::Doing => TaskStatus::Done,
[INFO] [stdout] ...   |
[INFO] [stdout] 782 | |         refresh_ui_for_row(Rc::clone(&app_state));
[INFO] [stdout] 783 | |     }));
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:786:35
[INFO] [stdout]     |
[INFO] [stdout] 786 |       delete_button.connect_clicked(glib::clone!(@strong app_state, @strong refresh_ui_for_row, @weak main_window_rc, @strong task ...
[INFO] [stdout]     |  ___________________________________^
[INFO] [stdout] 787 | |         // Confirmation dialog
[INFO] [stdout] 788 | |         let dialog = Dialog::with_buttons(
[INFO] [stdout] 789 | |             Some("Confirm Deletion"),
[INFO] [stdout] ...   |
[INFO] [stdout] 805 | |         dialog.present();
[INFO] [stdout] 806 | |     }));
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:798:33
[INFO] [stdout]     |
[INFO] [stdout] 798 |   ...   dialog.connect_response(glib::clone!(@strong app_state, @strong refresh_ui_for_row, @strong delete_task => move |dialog, re...
[INFO] [stdout]     |  _______________________________^
[INFO] [stdout] 799 | | ...       if response == ResponseType::Ok {
[INFO] [stdout] 800 | | ...           app_state.borrow_mut().delete_task(delete_task.id);
[INFO] [stdout] 801 | | ...           refresh_ui_for_row(Rc::clone(&app_state));
[INFO] [stdout] 802 | | ...       }
[INFO] [stdout] 803 | | ...       dialog.close();
[INFO] [stdout] 804 | | ...   }));
[INFO] [stdout]     | |________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `glib::clone`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use glib::clone;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:406:9
[INFO] [stdout]     |
[INFO] [stdout] 406 | / ...   glib::clone!(@strong todo_list_box_rc, @strong doing_list_box_rc, @strong done_list_box_rc, @strong window_rc, @strong cate...
[INFO] [stdout] 407 | | ...       // Clear all list boxes
[INFO] [stdout] 408 | | ...       while let Some(child) = todo_list_box_rc.first_child() {
[INFO] [stdout] 409 | | ...           todo_list_box_rc.remove(&child);
[INFO] [stdout] ...   |
[INFO] [stdout] 488 | | ...   }),
[INFO] [stdout]     | |________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:505:9
[INFO] [stdout]     |
[INFO] [stdout] 505 | /         glib::clone!(@weak entry, @strong app_state, @strong refresh_ui => move |_| {
[INFO] [stdout] 506 | |             let description = entry.text().to_string();
[INFO] [stdout] 507 | |             if !description.is_empty() {
[INFO] [stdout] 508 | |                 app_state.borrow_mut().add_task(description);
[INFO] [stdout] ...   |
[INFO] [stdout] 512 | |         }),
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:517:9
[INFO] [stdout]     |
[INFO] [stdout] 517 | /         glib::clone!(@weak category_filter_combo, @weak due_date_filter_entry, @strong app_state, @strong refresh_ui => move |_| {
[INFO] [stdout] 518 | |             let selected_category = category_filter_combo.active_text().map(|t| t.to_string());
[INFO] [stdout] 519 | |             let date_text = due_date_filter_entry.text().to_string();
[INFO] [stdout] ...   |
[INFO] [stdout] 553 | |             refresh_ui(Rc::clone(&app_state));
[INFO] [stdout] 554 | |         }),
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:559:9
[INFO] [stdout]     |
[INFO] [stdout] 559 | /         glib::clone!(@weak category_filter_combo, @weak due_date_filter_entry, @strong app_state, @strong refresh_ui => move |_| {
[INFO] [stdout] 560 | |             // Clear entry fields
[INFO] [stdout] 561 | |             due_date_filter_entry.set_text("");
[INFO] [stdout] ...   |
[INFO] [stdout] 573 | |             refresh_ui(Rc::clone(&app_state));
[INFO] [stdout] 574 | |         }),
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:677:30
[INFO] [stdout]     |
[INFO] [stdout] 677 |       let refresh_ui_for_row = glib::clone!(@strong todo_list_box_rc,
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout] 678 | |                                     @strong doing_list_box_rc,
[INFO] [stdout] 679 | |                                     @strong done_list_box_rc,
[INFO] [stdout] 680 | |                                     @strong main_window_rc => move |app_state_refresher: Rc<RefCell<AppState>>| {
[INFO] [stdout] ...   |
[INFO] [stdout] 708 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:717:9
[INFO] [stdout]     |
[INFO] [stdout] 717 | /         glib::clone!(@weak task_entry_clone => move |_, n_press, _, _| {
[INFO] [stdout] 718 | |             if n_press == 2 { // Check for double click
[INFO] [stdout] 719 | |                 task_entry_clone.set_editable(true);
[INFO] [stdout] 720 | |                 task_entry_clone.set_has_frame(true);
[INFO] [stdout] ...   |
[INFO] [stdout] 723 | |         }),
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:727:33
[INFO] [stdout]     |
[INFO] [stdout] 727 |       task_entry.connect_activate(glib::clone!(@strong app_state, @strong refresh_ui_for_row, @weak task_entry, @strong task as edi...
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 728 | |         let new_full_description = task_entry.text().to_string();
[INFO] [stdout] 729 | |         if !new_full_description.is_empty() {
[INFO] [stdout] 730 | |             let (parsed_description, parsed_category, parsed_due_time, parsed_priority) = parse_task_description(&new_full_descri...
[INFO] [stdout] ...   |
[INFO] [stdout] 746 | |         task_entry.set_has_frame(false);
[INFO] [stdout] 747 | |     }));
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:750:56
[INFO] [stdout]     |
[INFO] [stdout] 750 |       task_entry.connect_notify_local(Some("has-focus"), glib::clone!(@strong app_state, @strong refresh_ui_for_row, @weak task_ent...
[INFO] [stdout]     |  ________________________________________________________^
[INFO] [stdout] 751 | |         if !entry_widget.has_focus() && entry_widget.is_editable() { // Check if focus is lost and it was in edit mode
[INFO] [stdout] 752 | |             let new_full_description = entry_widget.text().to_string();
[INFO] [stdout] 753 | |             if !new_full_description.is_empty() {
[INFO] [stdout] ...   |
[INFO] [stdout] 772 | |     }));
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:775:33
[INFO] [stdout]     |
[INFO] [stdout] 775 |       move_button.connect_clicked(glib::clone!(@strong app_state, @strong refresh_ui_for_row, @strong task as move_task => move |_| {
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 776 | |         let new_status = match move_task.status {
[INFO] [stdout] 777 | |             TaskStatus::Todo => TaskStatus::Doing,
[INFO] [stdout] 778 | |             TaskStatus::Doing => TaskStatus::Done,
[INFO] [stdout] ...   |
[INFO] [stdout] 782 | |         refresh_ui_for_row(Rc::clone(&app_state));
[INFO] [stdout] 783 | |     }));
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:786:35
[INFO] [stdout]     |
[INFO] [stdout] 786 |       delete_button.connect_clicked(glib::clone!(@strong app_state, @strong refresh_ui_for_row, @weak main_window_rc, @strong task ...
[INFO] [stdout]     |  ___________________________________^
[INFO] [stdout] 787 | |         // Confirmation dialog
[INFO] [stdout] 788 | |         let dialog = Dialog::with_buttons(
[INFO] [stdout] 789 | |             Some("Confirm Deletion"),
[INFO] [stdout] ...   |
[INFO] [stdout] 805 | |         dialog.present();
[INFO] [stdout] 806 | |     }));
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `clone`: Using old-style clone! syntax
[INFO] [stdout]    --> src/main.rs:798:33
[INFO] [stdout]     |
[INFO] [stdout] 798 |   ...   dialog.connect_response(glib::clone!(@strong app_state, @strong refresh_ui_for_row, @strong delete_task => move |dialog, re...
[INFO] [stdout]     |  _______________________________^
[INFO] [stdout] 799 | | ...       if response == ResponseType::Ok {
[INFO] [stdout] 800 | | ...           app_state.borrow_mut().delete_task(delete_task.id);
[INFO] [stdout] 801 | | ...           refresh_ui_for_row(Rc::clone(&app_state));
[INFO] [stdout] 802 | | ...       }
[INFO] [stdout] 803 | | ...       dialog.close();
[INFO] [stdout] 804 | | ...   }));
[INFO] [stdout]     | |________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `glib::clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update_task_description` is never used
[INFO] [stdout]    --> src/main.rs:130:8
[INFO] [stdout]     |
[INFO] [stdout]  64 | impl AppState {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 130 |     fn update_task_description(&mut self, id: Uuid, new_description: String) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `update_task_description` is never used
[INFO] [stdout]    --> src/main.rs:130:8
[INFO] [stdout]     |
[INFO] [stdout]  64 | impl AppState {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 130 |     fn update_task_description(&mut self, id: Uuid, new_description: String) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
[INFO] running `Command { std: "docker" "inspect" "05e602d57a0277123cfe2aced4e1b180686cdca6d4a436897ad72ab916d5f42c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05e602d57a0277123cfe2aced4e1b180686cdca6d4a436897ad72ab916d5f42c", kill_on_drop: false }`
[INFO] [stdout] 05e602d57a0277123cfe2aced4e1b180686cdca6d4a436897ad72ab916d5f42c
